widget-factory: Content for the action dialog
authorMatthias Clasen <mclasen@redhat.com>
Tue, 8 Jul 2014 10:24:34 +0000 (06:24 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 8 Jul 2014 10:33:19 +0000 (06:33 -0400)
Dialogs look better with some actual content.

demos/widget-factory/widget-factory.ui

index 284a6acd7f72a7316cc97a45f916520bc37d1b29..095e12114e0a8591142e60c650badcbf65ed8f83 100644 (file)
@@ -2778,7 +2778,7 @@ bad things might happen.</property>
     <property name="transient-for">window</property>
     <property name="modal">True</property>
     <property name="use-header-bar">1</property>
-    <property name="title" translatable="yes">Action</property>
+    <property name="title" translatable="yes">Zelda</property>
     <signal name="delete-event" handler="gtk_widget_hide_on_delete"/>
     <child internal-child="vbox">
       <object class="GtkBox">
@@ -2786,7 +2786,7 @@ bad things might happen.</property>
           <object class="GtkLabel">
             <property name="visible">True</property>
             <property name="margin">20</property>
-            <property name="label" translatable="yes">Bla bla bla</property>
+            <property name="label" translatable="yes">To free the princess, you have to slay the dragon.</property>
           </object>
         </child>
       </object>
@@ -2794,7 +2794,7 @@ bad things might happen.</property>
     <child type="action">
       <object class="GtkButton" id="cancel_action_dialog">
         <property name="visible">True</property>
-        <property name="label" translatable="yes">_Cancel</property>
+        <property name="label" translatable="yes">_Run</property>
         <property name="use_underline">True</property>
       </object>
     </child>